In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / DrawBarcodePDF417 Method

DrawBarcodePDF417 Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(96)>

Function DrawBarcodePDF417( _

   ByVal Data As String, _

   ByVal EncodingMode As BarcodePDF417EncodingMode, _

   ByVal ErrorCorrectionLevel As BarcodePDF417ErrorCorrectionLevel, _

   ByVal Rows As Integer, _

   ByVal Cols As Integer, _

   ByVal ModuleWidth As Integer, _

   ByVal RowHeight As Integer, _

   ByVal DstX As Single, _

   ByVal DstY As Single, _

   ByVal Red As Byte, _

   ByVal Green As Byte, _

   ByVal Blue As Byte _

) As GdPictureStatus
[DispId(96)]

GdPictureStatus DrawBarcodePDF417( 

   string Data,

   BarcodePDF417EncodingMode EncodingMode,

   BarcodePDF417ErrorCorrectionLevel ErrorCorrectionLevel,

   int Rows,

   int Cols,

   int ModuleWidth,

   int RowHeight,

   float DstX,

   float DstY,

   byte Red,

   byte Green,

   byte Blue

)
function DrawBarcodePDF417( 

    Data: String;

    EncodingMode: BarcodePDF417EncodingMode;

    ErrorCorrectionLevel: BarcodePDF417ErrorCorrectionLevel;

    Rows: Integer;

    Cols: Integer;

    ModuleWidth: Integer;

    RowHeight: Integer;

    DstX: Single;

    DstY: Single;

    Red: Byte;

    Green: Byte;

    Blue: Byte

): GdPictureStatus; 
DispIdAttribute(96)

function DrawBarcodePDF417( 

   Data : String,

   EncodingMode : BarcodePDF417EncodingMode,

   ErrorCorrectionLevel : BarcodePDF417ErrorCorrectionLevel,

   Rows : int,

   Cols : int,

   ModuleWidth : int,

   RowHeight : int,

   DstX : float,

   DstY : float,

   Red : byte,

   Green : byte,

   Blue : byte

) : GdPictureStatus;
[DispId(96)]

GdPictureStatus DrawBarcodePDF417( 

   string* Data,

   BarcodePDF417EncodingMode EncodingMode,

   BarcodePDF417ErrorCorrectionLevel ErrorCorrectionLevel,

   int Rows,

   int Cols,

   int ModuleWidth,

   int RowHeight,

   float DstX,

   float DstY,

   byte Red,

   byte Green,

   byte Blue

) 
[DispId(96)]

GdPictureStatus DrawBarcodePDF417( 

   String^ Data,

   BarcodePDF417EncodingMode EncodingMode,

   BarcodePDF417ErrorCorrectionLevel ErrorCorrectionLevel,

   int Rows,

   int Cols,

   int ModuleWidth,

   int RowHeight,

   float DstX,

   float DstY,

   byte Red,

   byte Green,

   byte Blue

) 

Parameters

Data
EncodingMode
ErrorCorrectionLevel
Rows
Cols
ModuleWidth
RowHeight
DstX
DstY
Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members